home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
telecom
/
86
/
pascal
/
read.me
< prev
next >
Wrap
Text File
|
1986-12-19
|
1KB
|
48 lines
CUBE.PAS
This is the source code to a rotating cube demo from the OSS BBS.
CURSDEMO.PAS
CURSDEMO.PRG
CURSOR.PAS
Keywords: PASCAL OSS VT-52 CURSOR IBM TURBO PASCAL
A demo program shows how to use CURSOR.PAS from OSS in Personal Pascal.
Also included is an updated CURSOR.PAS with five more procedures. Read the
source code for instruction. Run the demo program to see the features of
this new version of CURSOR.PAS.
FREERAM.PAS
FREERAM.TOS
This is a very basic and small free space program along with the Pascal
source code.
GDOSPAS.DOC
This is a description of how to initialize and use GDOS in OSS Pascal. This
was discovered by Simon Poole, the author of Uniterm.
NOWWHAT2.TXT
The second OSS Personal Pascal programming tutorial. This time, I look
at putting some lines on the screen ... and create a GEM window to do so.
Some hints about Pascal programming, procedures and using RAM disks are
included. Let me know what you think! This is from MAST's own Dave Meile.
REAL.PAS
Keywords: OSS PERSONAL PASCAL REAL NUMBER TO STRING CONVERSION UTILITY
UPDATED
This version of real_to_string fixes a couple of bugs in the original. I
found that sometimes TRUNC returns a value of 10 when it should return 9,
and this caused flawed conversion of some numbers. Also, fractions are now
displayed with the correct number of digits.